home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 13 / CU Amiga Magazine's Super CD-ROM 13 (1997)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1997-08].iso / CUCD / Graphics / irit70 / bin / amidrvs.cfg < prev    next >
Text File  |  1997-05-01  |  3KB  |  95 lines

  1.  
  2. ;Using gl graphics library, you can set the view/trans. windows location using
  3. ;The two variables below as 'x1, x2, y1, y2'
  4. ;TransPrefPos    "455, 640, 520, 965"
  5. ;ViewPrefPos    "1,   450, 520, 965"
  6.  
  7. ;The viewing mode to begin with:
  8. ; 1. Perspective View
  9. ; 2. Orthographic view
  10. ViewMode    2
  11.  
  12. ;The transformation to begin with should be in:
  13. ; 1. Screen axes coordinate system
  14. ; 2. Object axes coordinate system
  15. TransMode    1
  16.  
  17. ;If TRUE polygons ware shared solid. Otherwise as wireframe.
  18. DrawSolid    FALSE
  19.  
  20. ;If TRUE back facing polygons will not be drawn.
  21. BFaceCull    FALSE
  22.  
  23. ;If true, display INTERNAL edges (created by IRIT solid modeller) (option -i)
  24. ;Internal    TRUE
  25.  
  26. ;Draw vertices normals using NormalLength above if TRUE and vertex has
  27. ;normal attribute ([NORMAL X Y Z]).
  28. DrawVNormal    FALSE
  29.  
  30. ;Draw polygons normals using NormalLength above if TRUE and polygon has
  31. ;plane attribute ([PLANE A B C D]).
  32. DrawPNormal    FALSE
  33.  
  34. ;Vertices normal length. This number is divided by 1000 to form object space
  35. ;normal size scaler.
  36. NormalLength    100
  37.  
  38. ;Number of isolines per surface. Should be at list 2.
  39. NumOfIsolines    10
  40.  
  41. ;LOG2 of the number of samples (equally spaced in parametric space) per
  42. ;curve. should be between 1 (2^1 = 2 samples) and 10 (2^10 = 1024 samples).
  43. SamplesPerCurve    64
  44.  
  45. ;Number of samples (equally spaced in parametric space) per curve.
  46. SamplesPerCurve    64
  47.  
  48. ;Methods of optimal subdivision of curves into polylines.
  49. ;If 0 curves are sampled in equally spaced intervals.
  50. ;if 1 curves are sampled to minimize dist. between curve and polyline approx.
  51. PolylineOpti    0
  52.  
  53. ;Method of shading:
  54. ; 1. Flat shading
  55. ; 2. Gouraud shading
  56. ; 3. Phong shading
  57. ShadingModel    2
  58.  
  59. ;Sets default FineNess for subdivision of surfaces into polygons.
  60. FineNess    10
  61.  
  62. ;Methods of optimal subdivision of surfaces into polygons.
  63. ;If 0 surfaces are converted into polygons using a fixed grid. Otherwise,
  64. ;if 1 surfaces are adaptively converted into polygons by curvature. Otherwise,
  65. ;if 2 surfaces are adaptively converted into polygons by bilinears.
  66. PolygonOpti    0
  67.  
  68. ;Sets depth cue status to begin with - drawing of the lines with negative Z
  69. ; (depth) as dotted lines
  70. DepthCue    TRUE
  71.  
  72. ;If TRUE four polygons are formed from each bilinear
  73. ;in the solid rendering option. Otherwise two polygons.
  74. FourPerFlat    FALSE
  75.  
  76. ;If TRUE then surfaces control mesh and curves control polygon are drawn as
  77. ;well as the surfaces/curves themselves.
  78. DrawSurfaceMesh    FALSE
  79.  
  80. ;If TRUE then surfaces is subdivided into polygons which are drawn instead
  81. ;of isolines (if FALSE). NumOfIsolines control the fineness of the
  82. ;subdivision in this case.
  83. DrawSurfacePoly FALSE
  84.  
  85. ;If TRUE then the display is double buffered, giving much smoother
  86. ;transitions.
  87. DoubleBuffer TRUE
  88.  
  89. ;Domain in Z for clipping.
  90. ZClipMin    -2.0
  91. ZClipMax    2.0
  92.  
  93. ;Sets the width of the cross drawn for point objects.
  94. PointWidth    0.02
  95.